home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 64
/
Volume 64 - JOGO DISK .iso
/
Games
/
annakournikovadress.swf
/
scripts
/
frame_1
/
DoAction.as
Wrap
Text File
|
2008-04-07
|
337b
|
15 lines
stop();
loader_mc.onEnterFrame = function()
{
var _loc3_ = this._parent;
var _loc2_ = _loc3_.getBytesLoaded() / _loc3_.getBytesTotal();
trace(_loc2_);
_loc3_.bar_text = int(_loc2_ * 100);
this._xscale = int(_loc2_ * 100);
if(_loc2_ == 1)
{
this.onEnterFrame = null;
gotoAndPlay(2);
}
};